CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 感知器 分类

搜索资源列表

  1. FIG002

    0下载:
  2. Rosenblatt感知机Matlab实现算法线性分类器的第一个迭代算法是1956年由Frank Rosenblatt提出的. 这个算法被提出后, 受到了很大的关注. 感知器在神经网络发展的历史上占据着特殊的位置: 它是第一个从算法上完整描述的神经网络. 在20世纪60年代和70年代, 受感知器的启发, 工程师, 物理学家以及数学家们纷纷投身于神经网络不同方面的研究. -Rosenblatt perceptron Matlab algorithm linear classifier, an
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:638
    • 提供者:xu
  1. K-means-and-Perceptron

    1下载:
  2. 该程序为matlab程序,共有三个文件,dataC.m为程序入口,实现功能对50组数据用k均值算法进行分类,再对40组数据用感知器算法训练,然后用训练得到的判别函数对剩下10组数据分类,最后与原始分类做差比较,若分类无误,则全显示为0.-Matlab program on the program, a total of three files dataC.m for program entry features 50 sets of data with k-means algorithm to
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:2956
    • 提供者:阿书
  1. target-context-detect-recognition

    0下载:
  2. 在分类器的研究方面,提出了一种改进的AdaBoost算法,包括距离相关的判别准则,和基于核的感知器强分类器优化方法 -Classifier, there is proposed an improved AdaBoost algorithm, including the distance related criterion optimization method, and the strong classifier is based on the perception of the nucle
  3. 所属分类:Project Design

    • 发布日期:2017-11-17
    • 文件大小:11825335
    • 提供者:QQ
  1. Improved-ICA-character-recognition

    1下载:
  2. 该算法一种结合改进的基于独立分量分析(ICA)提取算法和基于多层感知器和单向二叉决策树的多类支持向量机分类方法。-The algorithm is a combination of improved based on independent component analysis (ICA) algorithm and multi-class support vector machine classification method based on binary decision tree of
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:6086
    • 提供者:谭立国
  1. perceptron-Cpp

    0下载:
  2. 单层感知器算法,用于实现线性分类的重要算法-Single-layer perceptron algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-02
    • 文件大小:105563
    • 提供者:Gordon Chan
  1. perceptron

    0下载:
  2. 基于VC++实现感知器模式识别,并用OPENGL显示分类结果-The perceptron Pattern Recognition based VC++ OPENGL classification results
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-01
    • 文件大小:311035
    • 提供者:liu
  1. Perceptron-Approach-with-matlab-

    0下载:
  2. 用matlab软件编写感知器算法,实现对样本的分类,样本点为X1(0,0),X2(0,-1),X3(-1,0),X4(-1,-1) -Perceptron Approach with matlab
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:35992
    • 提供者:刁海峰
  1. artifical-nerual-network

    0下载:
  2. 人工神经网络感知器,利用样本点训练网络并绘出得到的分类线-artifical nerual network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-03
    • 文件大小:609
    • 提供者:潘津津
  1. classifer

    0下载:
  2. 二分类问题采用包括逻辑回归、最小二乘法、感知器算法(按下space不断迭代)、svm线性分类,另外还有高斯分线性分类(待完善),针对平面上两类点进行分类-Second classification using logistic regression, the method of least squares, perception algorithm (Press space iteratively) svm linear classification, in addition to the Ga
  3. 所属分类:OpenCV

    • 发布日期:2017-11-09
    • 文件大小:4304
    • 提供者:袁文
  1. Perceptron-Algorithm

    0下载:
  2. 模式识别是对样本进行聚类,感知器算法是通过迭代计算修正权向量,使样本满足条件,从而实现分类。本程序对感知器算法进行了改进,当权向量不满足时,立即退出此轮计算,进入下一轮迭代,从而减少了计算次数。程序对代码有详细注释,对样本的个数和维数自动判别。-Pattern recognition, clustering samples, perception algorithm is iterative correction weight vector samples meet the conditions
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-12
    • 文件大小:1563
    • 提供者:Mali Ang
  1. gzq

    0下载:
  2. 感知器算法,可以实现线性分类,中间步骤很详细,明确表示算法过程-Perception algorithm can achieve linear classification, an intermediate step in great detail, expressly algorithm process
  3. 所属分类:CSharp

    • 发布日期:2017-11-01
    • 文件大小:38313
    • 提供者:宋芳
  1. perception_two

    0下载:
  2. 对两类的问题采用感知器算法进行分类,该方法能够有效的计算出代价函数-Two types of problems with the perception algorithm for classification, this method can effectively calculate the cost function.
  3. 所属分类:matlab

    • 发布日期:2017-12-05
    • 文件大小:28671
    • 提供者:chenfen
  1. pattern-recognizer

    0下载:
  2. 用matlab软件编写感知器算法,实现对样本的分类,样本点为X1(0,0),X2(0,-1),X3(-1,0),X4(-1,-1) X1,X2属于第一类,X3、X4属于第二类;(编程) X1、X4属于第一类,X2,X3属于第二类;(计算)-Perceptron Algorithm matlab software, to achieve the classification of samples, sample points X1 (0,0), X2 (0,-1), X3 (-1,0
  3. 所属分类:Algorithm

    • 发布日期:2017-11-19
    • 文件大小:23552
    • 提供者:蒙小倩
  1. perceptron

    0下载:
  2. 模式识别-梯度下降法特例的感知器算法的Matlab实现,实现两类线性分类。-Pattern-Recognition,The perceptron algorithm based on MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-12-07
    • 文件大小:971
    • 提供者:
  1. 1

    0下载:
  2. 双输入单输出系统 x1(1)=1 x2(1)=1 d(1)=1 x1(2)=-0.5 x2(1)=-1 d(1)=-1 x1(3)=3 x2(1)=1 d(1)=1 x1(4)=-2 x2(1)=-1 d(1)=-1 建立一个感知器网络,实现上述样本的分类,计算出相应的网络权值矩阵W-Dual-input single-output system x1 (1) = 1 x2 (1) = 1 d (1) = 1 x1 (2) =-0.5 x2 (1) =-1 d (1) =-
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:552
    • 提供者:chenkuan
  1. Neural-network-classified

    0下载:
  2. 神经网络系统,关于感知器程序,对如下输入、输出样本进行分类,输入样本如下: 所对应的输出的10组二元目标矢量为: -Neural network system perceptron procedures classified as input and output samples and input samples as follows: corresponding to the output of the 10 groups of the binary target vector:
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-02
    • 文件大小:1048488
    • 提供者:楼宇舟
  1. Linear-classification

    0下载:
  2. 基于感知器算法的线性分类实例,对鸢尾花Iris数据进行两两分类-Linear classification based on perceptron algorithm to the data of Iris
  3. 所属分类:assembly language

    • 发布日期:2017-11-17
    • 文件大小:2553
    • 提供者:raimose
  1. perception_

    0下载:
  2. 是用神经网络中的感知器进行分类的程序,并给出了图形显示的结果-A program to classify with the perceptron in the NN,and the result is given in the form of chart.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-23
    • 文件大小:741
    • 提供者:林林
  1. moshishibie

    0下载:
  2. 对X应用贝叶斯分类,对X的前两类训练单层感知器-The classification of X application of Bias,on the X of two kinds of training single-layer perceptron
  3. 所属分类:software engineering

    • 发布日期:2017-11-27
    • 文件大小:54183
    • 提供者:luyati
  1. final2cop

    0下载:
  2. matlab用bp神经网络分类信号,采用多层感知器的神经网络,有隐含层5个节点-matlab bp neural network classification signal, the use of Multilayer Perceptron neural network hidden layer nodes
  3. 所属分类:matlab

    • 发布日期:2017-12-01
    • 文件大小:911
    • 提供者:谢倩雯
« 1 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com